
1) use color only then it tells me something specific and quicker than reading numbers,
   e.g. health equal to 28 or below goes cyan = you are railable

2) show only last 5 ammo, otherwise the counter is hidden
   because we already have cg_weaponBar "1"

2) don't show something that not shown communicates the same thing,
   e.g. "armor = 0" is hidden instead of showing "0"

3) remove all frames

4) use font and distance from the center to put things in strict hierarchy

5) move clock to the left part of the screen
   reason 1. = we read from left to right
   reason 2. = last two numbers are more important than first two and should be closer to center


   To do:
 * do something better with team flags
 * perhaps 4:3 and 16:10 aspect ratios
